console.writeLineAsync

Instance of

Function

Parameters

/*any number of convertible to String parameters*/

Return value

/*Promise*/

Description

Writes arguments appended with the new line character or characters sequence (platform dependent) to standard output stream.

Example

await console.writeLineAsync("seven: ", 7);

Expected output

seven: 7